From d3f0313d3c777f6882ef6fbc4e9d48bafa1faf7b Mon Sep 17 00:00:00 2001 From: zv Date: Wed, 7 Oct 2015 18:13:25 -0700 Subject: [PATCH] Replace --git with --vcs [git|hg] --- src/etc/_cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/_cargo b/src/etc/_cargo index a1c43aff8..672227c87 100644 --- a/src/etc/_cargo +++ b/src/etc/_cargo @@ -131,7 +131,7 @@ case $state in new) _arguments \ '--bin[use binary template]' \ - '--git[initialize new git repo]' \ + '--vcs:initialize a new repo with a given VCS:(git hg)' \ '(-h, --help)'{-h,--help}'[show help message]' \ '--hg[initialize new mercurial repo]' \ '--no-git[no new git repo]' \ -- 2.30.2